projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
471c519
b1076e7
)
Auto merge of #1501 - alexcrichton:issue-1496, r=huonw
author
bors
<bors@rust-lang.org>
Fri, 10 Apr 2015 17:40:21 +0000
(17:40 +0000)
committer
bors
<bors@rust-lang.org>
Fri, 10 Apr 2015 17:40:21 +0000
(17:40 +0000)
This commit fixes two problems in Cargo:
1. Only libraries targets that produce an rlib can be doc tested
2. Only the rlib output can be doc tested
The rationale for this is listed in listed in the comments of the commit.
Closes #1496
Trivial merge